- createBuffer
HipAudioBufferWrapper createBuffer(void[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- destroyBuffer
void destroyBuffer(HipAudioBuffer* buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadFromMemory
bool loadFromMemory(ubyte[] data, HipAudioEncoding encoding, HipAudioType type, void delegate(in ubyte[]) onSuccess, void delegate() onFailure)
Undocumented in source. Be warned that the author may not have intended to support it.
- onUpdateStream
void onUpdateStream(void[] data, uint decodedSize)
Undocumented in source. Be warned that the author may not have intended to support it.
- setBufferData
void setBufferData(HipAudioBuffer* buffer, void[] data, uint size)
Undocumented in source. Be warned that the author may not have intended to support it.
- unload
void unload()
Undocumented in source. Be warned that the author may not have intended to support it.